[docs] Update CI policy docs for drift detection default-on (v0.12.2)#1143
Open
danielmeppiel wants to merge 1 commit intomainfrom
Open
[docs] Update CI policy docs for drift detection default-on (v0.12.2)#1143danielmeppiel wants to merge 1 commit intomainfrom
danielmeppiel wants to merge 1 commit intomainfrom
Conversation
- Correct check count from 6 to 7 baseline lockfile checks - Mention integration drift detection as default-on behavior - Link to Drift Detection guide for details Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the CI policy setup guide to reflect the current default behavior of apm audit --ci, including default-on integration drift detection, so users can rely on CI catching common “forgot to re-run install” and deployed-file drift cases without additional scripting.
Changes:
- Updates the stated baseline check count to 7 and documents that integration drift detection is included by default in
apm audit --ci. - Expands the baseline-check summary to explicitly list drift failure modes and links to the Drift Detection guide.
Show a summary per file
| File | Description |
|---|---|
| docs/src/content/docs/guides/ci-policy-setup.md | Refreshes baseline CI-check copy to include default-on drift detection and corrected check counts, plus a link to the drift guide. |
Copilot's findings
- Files reviewed: 1/1 changed files
- Comments generated: 1
| ## Step 2: Add baseline CI checks | ||
|
|
||
| Add `apm audit --ci` to your CI pipeline. This runs 6 lockfile consistency checks — no policy file needed: | ||
| Add `apm audit --ci` to your CI pipeline. This runs 7 baseline lockfile checks plus integration drift detection — no policy file needed: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation Updates - 2026-05-05
This PR updates
docs/src/content/docs/guides/ci-policy-setup.mdbased on features merged in the last 24 hours.Features Documented
apm audit --ci(from feat(audit): default-on integration drift detection #1137)Changes Made
docs/src/content/docs/guides/ci-policy-setup.md:lockfile-existscheck added earlier)apm audit --ciMerged PRs Referenced
Notes
The
drift-detection.mdguide,commands.mdinpackages/apm-guide, the CHANGELOG, and theci-cd.mdintegration doc were all already up to date from PR #1137. Onlyci-policy-setup.mdhad stale copy (wrong check count, missing drift mention).